We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba30ada commit c40a461Copy full SHA for c40a461
.gitignore
@@ -0,0 +1,16 @@
1
+# Ignore Python compiled files and cache
2
+**/__pycache__/
3
+
4
+# Ignore virtual environment and package management
5
+venv/
6
7
+# Ignore testing cache
8
+.pytest_cache/
9
10
+# Ignore distribution folders
11
+dist/
12
+build/
13
+*.egg-info/
14
15
+# Ignore python-notebook checkpoints
16
+.ipynb_checkpoints/
README.rst
@@ -12,6 +12,12 @@ and transliterations you might encounter when working with Uralic
languages and other languages of Europe and Northern Asia that use
variants of the Latin or Cyrillic alphabet.” (Copyright © 2021 COPIUS)
+How to install:
17
+::
18
19
+ >>> pip install copius_api
20
21
How to use:
22
23
::
0 commit comments