Python Citations Generator
Project description
pycite: Python Citations Generator
pycite is a simple to use python citations generator.
Supported Reference Styles
- Harvard
Supported file formats
pycite generates citations given a file of the following types:
- Text files (
.txt)
Installation
The simplest way to install the latest release is as follows:
pip install pycite
To install the development version:
Open the Terminal/CMD/Git bash/shell and enter
pip install git+https://github.com/Nelson-Gon/pycite.git
# or for the less stable dev version
pip install git+https://github.com/Nelson-Gon/pycite.git@dev
Otherwise:
# clone the repo
git clone git@github.com:Nelson-Gon/pycite.git
cd pycite
python3 setup.py install
Usage
First, one needs to create an object of class PyCite
from pycite.pycite import PyCite
my_citations = PyCite("path_to_links_file")
To generate citations, one simply calls the cite method.
mycitations.cite()
Thank you very much and Keep Building.
To report any issues, suggestions or improvement, please do so at issues.
“Before software can be reusable it first has to be usable.” – Ralph Johnson
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pycite-0.1.0.tar.gz.
File metadata
- Download URL: pycite-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
863829afa92fe699df8e727e77b20888cf83559b2765c8651a0fc87eca32d91b
|
|
| MD5 |
a9ce1b8c584b49257ee60171774a081c
|
|
| BLAKE2b-256 |
3d8af9ceb1b98e60ab34d60ba926435995176bff2effe2c852688d5203d7240a
|