Commit graph

56 commits

Author SHA1 Message Date
Jacob Alexander
432123edd4
Update README.md 2020-02-12 13:35:27 -08:00
Jacob Alexander
f7f682c509
Update README.md 2020-02-12 13:34:59 -08:00
Jacob Alexander
c118b78142 Adding pypi badge 2020-02-09 00:42:08 -08:00
Jacob Alexander
84600a7ebf
Fixing Pypi warnings and errors
- Issues with pypandoc prevented uploading
2019-12-26 23:16:40 -08:00
Jacob Alexander
5639188029
Updating README.md to include manylinux2010 GitHub Action status 2019-12-21 00:17:11 -08:00
Jacob Alexander
f9647aa9a7
Give github action a better name 2019-12-11 22:25:08 -08:00
Jacob Alexander
795a0d88eb
Merge pycapnp-async into pycapnp
- Remove references to pycapnp-async
- Cleanup README.md and setup.py
2019-12-11 22:20:44 -08:00
Jacob Alexander
463ac3c48d
Update README.md 2019-11-27 10:48:50 -08:00
Jacob Alexander
69d3465c37
Fixing typo 2019-11-27 00:22:37 -08:00
Jacob Alexander
12ddd743ef
Fork pycapnp to pycapnp-async
- Breaking some earlier compatibility to cleanup build messages
- As well as being able to publish pypi releases
  * Builds can be complicated to package correctly
- Windows support
2019-10-14 21:34:08 -07:00
Colin Jermain
3afcbb3918 Replacing end-of-life Python versions with live versions 2018-11-18 10:01:10 -05:00
asilversempirical
f47d21d1bb Update binary package docs
Fixes https://github.com/jparyani/pycapnp/issues/134
2017-02-07 08:51:31 -05:00
Jason Paryani
5d69eda752 Add --libcapnp-url to allow installing arbitrary libcapnp versions 2016-02-17 17:24:27 -08:00
Jason Paryani
a901b358ca Update README 2015-03-02 14:42:32 -08:00
Jason Paryani
b2daf3911d Default to not using cython 2015-02-23 11:21:19 -08:00
Jason Paryani
5010db4ef4 Add note for binary build instructions 2015-02-20 17:20:35 -08:00
Matthew Taylor
dc88de9d9d Binary package creation instructions 2015-02-03 08:37:54 -08:00
Jason Paryani
dbbf92a83f Fix docs to point at C++ library v0.5.0 2014-12-15 12:24:24 -08:00
Jason Paryani
73492b21ce Clarify common problem when C++ Cap'n Proto is not found.
Fixes #27
2014-06-26 00:39:57 -07:00
Jason Paryani
f49af992ca Update README with supported python version information. Fixes #24 2014-01-27 16:07:09 -08:00
Jason Paryani
37b3e92a14 Update installation docs to point at 0.4 of C++ Cap'n Proto 2013-12-12 00:03:38 -08:00
Jason Paryani
994eddcc0b Add read_multiple(_packed) and {to,from}_bytes_packed 2013-11-14 00:19:52 -08:00
Jason Paryani
025d0e0790 Add bitdeli 2013-10-20 17:27:18 -07:00
Jason Paryani
37f0dc4a55 Added better docs for installation
* Xcode 5 instructions
* changed from using `pip install .` to `pip install ./pycapnp`
* Added note about using 0.4.x versions of libcapnp
2013-10-02 00:34:26 -07:00
Andy Lutomirski
3b58ac4b9c Clarify the instructions for running tests. 2013-09-20 03:12:56 -07:00
Jason Paryani
df07bfcbea Add not having installed the C++ libcapnp library to 'Common Problems' 2013-09-19 21:27:20 -07:00
Jason Paryani
f51c34361d Update docs for v0.3.0 release of C++ api 2013-09-04 10:38:00 -07:00
Jason Paryani
e80e002a6c Fix some docs 2013-09-03 22:10:37 -07:00
Jason Paryani
38cef54ddc Update docs with new import method 2013-09-03 01:16:48 -07:00
Jason Paryani
1317527893 Change naming for functions to conform to PEP 8. Also deprecate old
read/write api.
2013-09-01 20:10:57 -07:00
Jason Paryani
eb9e7511d0 Fix two missed renames 2013-09-01 01:24:59 -07:00
Jason Paryani
f6f02a5ca5 Change all references to old project name 2013-09-01 01:15:31 -07:00
Jason Paryani
bf7be6eeba Update docs for C++ v0.3.0rc5 2013-08-31 19:12:44 -07:00
Jason Paryani
3772198e82 Fix up docs for new C++ RC 2013-08-30 23:13:20 -07:00
Jason Paryani
4f327d9a31 Update docs for developers 2013-08-28 22:55:10 -07:00
Jason Paryani
2087cb5861 Update docs 2013-08-26 11:12:56 -07:00
Jason Paryani
5001726e02 Add requirements.txt to MANIFEST. Also add version
checking for setuptools to setup.py.
2013-08-26 10:08:34 -07:00
Jason Paryani
f82cdc5c99 Fix random formatting issues 2013-08-22 08:31:07 -07:00
Jason Paryani
e86bd35771 Update docs with lines about upgrading setuptools 2013-08-21 17:45:13 -07:00
Jason Paryani
d2701de590 Update README for 0.3.0 2013-08-21 17:28:02 -07:00
jparyani
10d6881dca Update README.md with Travis build indicator 2013-08-12 17:20:58 -07:00
Jason Paryani
3115366821 Update README.md 2013-08-12 15:52:50 -07:00
Jason Paryani
07eb561661 Add checking for setuptools version 2013-08-12 13:26:48 -07:00
Jason Paryani
5ebbf3b3d2 Fix up for v0.2 release 2013-08-12 12:39:35 -07:00
jparyani
06f25852bc Update example in README to the new simplified interface for enums 2013-08-12 10:47:31 -07:00
Jason Paryani
07e9d370a9 Upgrade for 0.2 version of capnproto C++ library 2013-08-10 13:58:08 -07:00
jparyani
d2a550c285 Update README.md 2013-07-13 16:18:37 -07:00
jparyani
d0b595a5d3 Update README for pypy 2013-07-13 16:17:32 -07:00
Jason Paryani
6c84e7c74f Fixed typo in example 2013-07-07 00:13:48 -07:00
jparyani
65606edb0f Update README.md 2013-07-07 00:11:45 -07:00