Some functions for Python
Project description
pyxtend
Some functions to make Python more productive.
TODO
- Add numpy to requirements
- Add rest of functions
- Update the init or all file so it can be imported with from pyxtend import struct
- Needs better performance on cases like np.zeros((10000, 2, 256, 256, 3)) ** Should it only do the extra thing for sets?
Adding New Package to PyPI
- Update version in setup.cfg
- Upgrade build
- (Windows):
py -m pip install --upgrade build
- (Mac/Linux):
python3 -m pip install --upgrade build
- Build
- (Windows):
py -m build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyxtend-0.1.0.tar.gz
(2.2 kB
view hashes)