A library to extract from CEPAC and STOP output files
Project description
Note: make sure that twine distribution is <= 6.0.1 to be compatible with pyproject.toml.
Note: out_data files need to be regenerated with the current library structure in place (i.e. the module, class, and function definitions). So the library needs to be created then used to generate new out_data files, before others can use it. (I have already done this for the current library structure, but if it changes, the out_data might need to be regenerated.)
Commands to build
Remember to update the version number in the pyproject.toml file, and delete any old distributions. The twine upload will not work if there's any old versions around.
py -m build
This should create a dist folder with a tar.gz and a wheel build.
Commands to upload to PyPi or TestPyPi
py -m twine upload --repository testpypi dist/*
py -m twine upload --repository pypi dist/*
Note you'll need to create a PyPi and/or TestPyPi account and an API access token, and provide the token to twine, either via the commandline or via a .pypirc file. PyPi and TestPyPi are separate: they will require separate accounts and separate access tokens.
If you choose to use a .pypirc file, an example is provided in this repo, but it needs to be placed in your local home directory, not the project directory!
Commands to install the package
In general, you can find the correct command easily on the package webpage:
The command should be something like:
-
Test PyPi:
pip install -i https://test.pypi.org/simple/ mpec-extract -
PyPi:
pip install mpec-extract
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mpec_extract-0.0.9.tar.gz.
File metadata
- Download URL: mpec_extract-0.0.9.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aefe32b6bf9a834707628118876e41fa2dff026f8d6edf802d5b401868c4dd78
|
|
| MD5 |
0fa3566779fa590ba9c84d852703c2ba
|
|
| BLAKE2b-256 |
84b76c1d7fac8bde5377e41dc438a7261bdeb46ef1b48cab9cbf0c3f3704051d
|
File details
Details for the file mpec_extract-0.0.9-py3-none-any.whl.
File metadata
- Download URL: mpec_extract-0.0.9-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb43a856f6f8bb6cf44fe64a586c7cd5f9ffa08de052862137c290c0b4c51454
|
|
| MD5 |
7dba5af3f3082071d2a41f4e7812231d
|
|
| BLAKE2b-256 |
3568404ec55e8a1d153a0925a33557702f488fa0b365074b836fb17371bbb953
|