TDS-Fabric 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of TDS-Fabric might be problematic. Click here for more details.
TDS_Fabric/__init__.py
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: TDS_Fabric
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Tosch Data Solutions Brondata Library
|
|
5
|
+
Author-email: Tosch Data Solutions <data@tosch.nl>
|
|
6
|
+
Classifier: Development Status :: 3 - Alpha
|
|
7
|
+
Classifier: License :: OSI Approved :: Python Software Foundation License
|
|
8
|
+
Classifier: Natural Language :: English
|
|
9
|
+
Classifier: Operating System :: OS Independent
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
12
|
+
Requires-Python: >=3.8
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# Introduction
|
|
16
|
+
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
|
|
17
|
+
|
|
18
|
+
# Getting Started
|
|
19
|
+
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
|
|
20
|
+
1. Installation process
|
|
21
|
+
2. Software dependencies
|
|
22
|
+
3. Latest releases
|
|
23
|
+
4. API references
|
|
24
|
+
|
|
25
|
+
# Build and Test
|
|
26
|
+
TODO: Describe and show how to build your code and run the tests.
|
|
27
|
+
|
|
28
|
+
# Contribute
|
|
29
|
+
TODO: Explain how other users and developers can contribute to make your code better.
|
|
30
|
+
|
|
31
|
+
If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files:
|
|
32
|
+
- [ASP.NET Core](https://github.com/aspnet/Home)
|
|
33
|
+
- [Visual Studio Code](https://github.com/Microsoft/vscode)
|
|
34
|
+
- [Chakra Core](https://github.com/Microsoft/ChakraCore)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
TDS_Fabric/__init__.py,sha256=XTT941zbS0Tj15DN9iF6Xq55I4pUIDQ9SlTelp6fB34,100
|
|
2
|
+
tds_fabric-0.0.1.dist-info/METADATA,sha256=vL7VigD76TKIQuo5Wh0UtKnl-Gkb3U30RLzjUe1Z-YI,1508
|
|
3
|
+
tds_fabric-0.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
4
|
+
tds_fabric-0.0.1.dist-info/RECORD,,
|